toNotBlankString
Deprecated
Use the String.toNotBlankStringOrThrow function instead.
Replace with
import kotools.types.string.toNotBlankStringOrThrow
Content copied to clipboard
this.toNotBlankStringOrThrow()
Content copied to clipboard
Returns this value as a NotBlankString, or throws an NotBlankString.ConstructionError if this value is blank.